home *** CD-ROM | disk | FTP | other *** search
- /* Text */
- h1, h2, h3, h4 {font-family: Arial, sans-serif; font-size: 120%; line-height: 1.5em;}
- h1 {font-size: 150%;}
- h2 {font-size: 120%;}
- h2, h4 {font-style: italic}
-
- body, td, p {
- font-family: Verdana, sans-serif;
- font-size: small;
- text-align: justify;
- line-height: 1.5em;
- color: #000000;
- }
-
- body {background-color: #FFFFFF;}
-
- th {font-size: small}
- .80per {font-size: .8em;}
- .piclabel {font-size: .8em; line-height: 1.2em; color: #006699}
- .important {color: #009933; font-style: italic}
-
- /* incut: <div class="incut">incut text</div> */
- .incut {
- float: right;
- width: 35%;
-
- padding: 10px;
- margin-left: 10px;
-
- background-color: #ccc;
- color: #000;
-
- text-align: left;
- line-height: 1.2em;
- }
-
- /* [In]visible DIV */
- div.hidden {display: none;}
- div.visible {display: block; font-size: .75em; border-top: solid 1px black}
-
- /* Links
- a:link, a:visited {text-decoration: none}
- a:visited {color: #330099}
- a:hover {text-decoration: underline}
- a.TellMeMore:link, a.TellMeMore:visited, a.TellMeMore:hover {font-style: italic; font-size: .85em}
- */
-
-
- /* Tables */
- td.top1 {border-top: solid 1px black}
- td.bottom1, th.bottom1 {border-bottom: solid 1px black}
- td.left1, th.left1 {border-left: solid 1px black}
- td.right1, th.right1 {border-right: solid 1px black}
- td.leftright1, th.leftright1 {border-left: solid 1px black; border-right: solid 1px black}
- td.leftbottom1, th.leftbottom1 {border-left: solid 1px black; border-bottom: solid 1px black}
- td.all1, th.all1 {border: solid 1px black}
- table.all1 {border: solid 1px black}
-
- td.top2 {border-top: solid 2px #999999}
- td.bottom2, th.bottom2 {border-bottom: solid 2px #999999}
- td.left2, th.left2 {border-left: solid 2px #999999}
- td.right2, th.right2 {border-right: solid 2px #999999}
- td.leftright2, th.leftright2 {border-left: solid 2px #999999; border-right: solid 2px #999999}
- td.leftbottom2, th.leftbottom2 {border-left: solid 2px #999999; border-bottom: solid 2px #999999}
- td.all2, th.all2 {border: solid 2px #999999}
- table.all2 {border: solid 2px #003366}